Lines Matching full:hp

3  *  hp_accel.c - Interface between LIS3LV02DL driver and HP ACPI BIOS
60 /* HP-specific accelerometer driver ------------------------------------ */
71 {"HPQ0004", 0}, /* HP Mobile Data Protection System PNP */
72 {"HPQ6000", 0}, /* HP Mobile Data Protection System PNP */
73 {"HPQ6007", 0}, /* HP Mobile Data Protection System PNP */
187 AXIS_DMI_MATCH("NC64x0", "HP Compaq nc64", x_inverted),
188 AXIS_DMI_MATCH("NC84x0", "HP Compaq nc84", z_inverted),
189 AXIS_DMI_MATCH("NX9420", "HP Compaq nx9420", x_inverted),
190 AXIS_DMI_MATCH("NW9440", "HP Compaq nw9440", x_inverted),
191 AXIS_DMI_MATCH("NC2510", "HP Compaq 2510", y_inverted),
192 AXIS_DMI_MATCH("NC2710", "HP Compaq 2710", xy_swap),
193 AXIS_DMI_MATCH("NC8510", "HP Compaq 8510", xy_swap_inverted),
194 AXIS_DMI_MATCH("HP2133", "HP 2133", xy_rotated_left),
195 AXIS_DMI_MATCH("HP2140", "HP 2140", xy_swap_inverted),
196 AXIS_DMI_MATCH("NC653x", "HP Compaq 653", xy_rotated_left_usd),
197 AXIS_DMI_MATCH("NC6730b", "HP Compaq 6730b", xy_rotated_left_usd),
198 AXIS_DMI_MATCH("NC6730s", "HP Compaq 6730s", xy_swap),
199 AXIS_DMI_MATCH("NC651xx", "HP Compaq 651", xy_rotated_right),
200 AXIS_DMI_MATCH("NC6710x", "HP Compaq 6710", xy_swap_yz_inverted),
201 AXIS_DMI_MATCH("NC6715x", "HP Compaq 6715", y_inverted),
202 AXIS_DMI_MATCH("NC693xx", "HP EliteBook 693", xy_rotated_right),
203 AXIS_DMI_MATCH("NC693xx", "HP EliteBook 853", xy_swap),
204 AXIS_DMI_MATCH("NC854xx", "HP EliteBook 854", y_inverted),
205 AXIS_DMI_MATCH("NC273xx", "HP EliteBook 273", y_inverted),
206 /* Intel-based HP Pavilion dv5 */
208 PRODUCT_NAME, "HP Pavilion dv5",
211 /* AMD-based HP Pavilion dv5 */
213 PRODUCT_NAME, "HP Pavilion dv5",
216 AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted),
217 AXIS_DMI_MATCH("HP8710", "HP Compaq 8710", y_inverted),
218 AXIS_DMI_MATCH("HDX18", "HP HDX 18", x_inverted),
219 AXIS_DMI_MATCH("HPB432x", "HP ProBook 432", xy_rotated_left),
220 AXIS_DMI_MATCH("HPB440G3", "HP ProBook 440 G3", x_inverted_usd),
221 AXIS_DMI_MATCH("HPB440G4", "HP ProBook 440 G4", x_inverted),
222 AXIS_DMI_MATCH("HPB442x", "HP ProBook 442", xy_rotated_left),
223 AXIS_DMI_MATCH("HPB450G0", "HP ProBook 450 G0", x_inverted),
224 AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted),
225 AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap),
226 AXIS_DMI_MATCH("HPB532x", "HP ProBook 532", y_inverted),
227 AXIS_DMI_MATCH("HPB655x", "HP ProBook 655", xy_swap_inverted),
228 AXIS_DMI_MATCH("Mini510x", "HP Mini 510", xy_rotated_left_usd),
229 AXIS_DMI_MATCH("HPB63xx", "HP ProBook 63", xy_swap),
230 AXIS_DMI_MATCH("HPB64xx", "HP ProBook 64", xy_swap),
231 AXIS_DMI_MATCH("HPB64xx", "HP EliteBook 84", xy_swap),
232 AXIS_DMI_MATCH("HPB65xx", "HP ProBook 65", x_inverted),
233 AXIS_DMI_MATCH("HPZBook15", "HP ZBook 15", x_inverted),
234 AXIS_DMI_MATCH("HPZBook17G5", "HP ZBook 17 G5", x_inverted),
235 AXIS_DMI_MATCH("HPZBook17", "HP ZBook 17", xy_swap_yz_inverted),
238 * "NC6910" "HP Compaq 6910"
239 * "NC2400" "HP Compaq nc2400"
240 * "NX74x0" "HP Compaq nx74"
241 * "NX6325" "HP Compaq nx6325"
242 * "NC4400" "HP Compaq nc4400"
261 .name = "hp::hddprotect",
372 /* For the HP MDPS aka 3D Driveguard */
384 MODULE_DESCRIPTION("Glue between LIS3LV02Dx and HP ACPI BIOS and support for disk protection LED.");